################################# vFCoders - Hide Hack #################################

1. Download and unzip vFCoders_hide_hack.zip file from this thread.
2. Upload all the files inside "UPLOAD" folder to your forumroot. (forumroot means where forum.php file is located)
3. Import product-vfc_hide_hack.xml file inside XML folder through Product Manager in admincp.

#################################  FILE EDIT  #################################

Optional - If you have RSS enabled in your forum, then do the following edits..

Open file -> external.php in forumroot
Find:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

if (!empty($threadcache))
	{
		foreach ($threadcache AS $thread)
		{
		
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Add Below:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

if ($vbulletin->option['hide_hack_sett_main']) {
$thread['message'] = $vfc_hide->strip_hide_bbcodes($thread['message']);
                                               }